DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.DataConnector.AdoNet Namespace / DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter> Class / UnderlyingConnection Property

In This Topic
    UnderlyingConnection Property (DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter>)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property UnderlyingConnection As TInnerConnection
    public TInnerConnection UnderlyingConnection {get;}
    See Also